home *** CD-ROM | disk | FTP | other *** search
/ Socrates - Interactive Patient Education / Socrates - Interactive Patient Education - Program 1 (1994)(Network One)[!].iso / avplayer / avplayer.doc < prev    next >
Text File  |  1994-01-27  |  9KB  |  206 lines

  1.  
  2. THE AMIGAVISION PLAYER: AVPLAYER 2.5
  3.  
  4. AmigaVision Professional contains a freely redistributable player
  5. program called AVPlayer. AVPlayer is a version of AmigaVision
  6. Professional without the Flow Editor. It allows you to playback
  7. flows created in AmigaVision Professional or AmigaVision 1.7.
  8.  
  9. The only files on the AV_Player diskette that are freely
  10. redistributable are:
  11.                 1) AVPlayer,
  12.                 2) AVPlayer.info,
  13.                 3) AVPlayer.doc,
  14.                 4) AVPlayer.doc.info,
  15.                 5) avdb.library,
  16.                 6) avtextgad.library,
  17.                 7) camd.library,
  18.                 8) realtime.library,
  19.                 9) and the video driver files found in
  20.                    the devs: directory.
  21.  
  22. Do not redistribute any other files on this diskette.
  23.  
  24. If there are other files on this diskette that you would like
  25. to redistribute, you must first contact CATS, 1200 Wilson Drive,
  26. West Chester, PA 19380, USA.
  27.  
  28.  
  29. USING AVPLAYER
  30.  
  31. To use the AmigaVision player program, enter the following from the
  32. AmigaDOS CLI:
  33.  
  34.               AVPlayer <filename.AVf> [-sXXXXX]
  35.  
  36. The first parameter, the AmigaVision file to be presented, should contain
  37. the file's complete path, and the .AVf extension. For example:
  38.  
  39.               AVPlayer df0:examples/Quiz.avf
  40.  
  41. The second optional parameter overrides the default stack size. When
  42. the AVPlayer is started, it sets a default stack size of 20K. To
  43. override this stack size, specify the "-s" parameter followed by a
  44. number which represents the new stack size.  For example:
  45.  
  46.               AVPlayer df0:examples/Quiz.avf -s10000
  47.  
  48. will cause the AVPlayer to set a stack size of 10K.
  49.  
  50. Before the AVPlayer creates its stack, it will check the system stack.
  51. If the system stack is the larger than the stack that AVPlayer wants to
  52. create, a new stack will not be created, the system stack will be used
  53. instead. If the system stack is smaller than the one that AVPlayer wants
  54. to create, a second stack will be created for the AVPlayer.
  55.  
  56. This version of the AmigaVision player cannot be run from Workbench.
  57.  
  58. This version of the player has been divided into three portions:
  59.  
  60.     AVPlayer          : the main executable, and
  61.     avdb.library      : a library containing all AV's database
  62.                         functionality,
  63.     avtextgad.library : a library containing all AV's input field
  64.                         form functionality.
  65.  
  66. The optional libraries are needed only if the flow contains icons
  67. from the Data submenu.  They are intended to be placed in the Libs:
  68. directory or in the same directory as AVPlayer.  As they are specific
  69. to AmigaVision, we recommend that they be stored with the executable.
  70.  
  71. Camd.library, realtime.library and iffparse.library are necessary if
  72. you plan to play MIDI files with AmigaVision.
  73.  
  74. There are 1.x versions of camd.library, realtime.library and
  75. iffparse.library in the libs_1.3 directory of the AV_Install floppy,
  76. and in the libs_1.3 directory of the AV_Player floppy, and the current
  77. versions of these libraries are in the libs directory of the AV_Install
  78. floppy and in the libs directory of the AV_Player floppy. The Install_AVPlayer
  79. script will determine if you are running on a 1.x system or 2.x or greater
  80. system. It will then install the apropriate libraries onto your system. Note
  81. that if you wish to run your flows on another system with a different OS
  82. version, you may need to copy the apropriate camd.library, realtime.library
  83. and iffparse.library onto this system.
  84.  
  85. The iffparse.library has been supplied as camd.library requires its
  86. presence.
  87.  
  88. =======================================================================
  89.  
  90. Error Requester Codes
  91.  
  92.  
  93. 1007  Amiga is low on memory; Please free some and try again.
  94. 1010  Screen resolution and interlace settings of consecutive pictures
  95.       must be the same to perform specified transition.
  96.       (Fade transitions will work)
  97. 1022  Warning: Insufficient or Fragmented memory!  Free Memory and hit
  98.       Continue to try again, or Cancel to Abort AmigaVision.
  99. 1023  Operation could not be performed as specified.
  100.       Select:
  101.       Continue: to continue presentation
  102.       Cancel: to terminate presentation.
  103. 1026  Evaluation was terminated due to lack of memory.
  104. 2002  Insufficient memory.
  105. 2008  Cannot open file specified.
  106. 2009  Specified file is not of IFF format.
  107. 2010  Cannot open screen.
  108. 2011  Cannot open window.
  109. 2012  Video Error: Cannot open Devs:Player.device.  Please install proper
  110.       driver software.
  111. 2014  Type Mismatch of variables in expression.
  112. 2015  Syntax error. Please refer to the User's Manual.
  113. 2016  Incomplete expression.
  114. 2017  Numeric operation on a string or a boolean variable is not allowed.
  115. 2018  Divide by zero. Please check variable values.
  116. 2020  String table overflow.
  117. 2021  Incorrect parameter type.
  118. 2022  Incorrect number of parameters.
  119. 2023  Variable name too long.
  120. 2025  Unknown variable. Please define variable before using...
  121. 2027  Field name is empty or contains illegal characters.
  122. 2028  No Fields specified for Database.
  123. 2029  Cannot insert - Record length would exceed maximum size of 4000
  124.       Characters.
  125. 2031  Cannot insert - Database already contains record with this key.
  126. 2032  Cannot insert - Empty Keys are not allowed.
  127. 2033  Cannot insert - A Boolean has not been set.
  128. 2034  Cannot create - Filename invalid or not specified.
  129. 2035  Cannot open/create - More than 10 Databases open.
  130. 2040  Specified file is not of ILBM format.
  131. 2041  Specified file is not of ANIM5 format.
  132. 2042  Specified file is not of 8SVX format.
  133. 2043  Specified file is not of SMUS format.
  134. 2044  Specified file is not an AmigaVision application.
  135. 2045  Specified file is not an ILBM or ANIM5 format.
  136. 2046  Specified file is not ASCII.
  137. 2048  Incompatible application file format.
  138. 2049  Value is not the correct type.
  139. 2050  Value is out of range.
  140. 2051  Value is invalid.
  141. 2053  Presentation error:  Could not open screen; aborting.
  142. 2055  Image output only possible on printer.
  143. 2056  Value cannot be negative.
  144. 2057  Field is Invalid.
  145. 2058  Number will not fit in field when properly formatted.
  146. 2059  Date is Invalid.
  147. 2060  Cannot initialize video player.  Please check player, cable, and settings.
  148. 2061  Filename & type is too long. (30 character maximum)
  149. 2062  Specified file is not an AmigaVision 'Display Object' file.
  150. 2063  Specified file is not of dBaseIII format.
  151. 2064  Cannot create Workbench icon file:  Filename is too long.
  152. 2065  Cannot create backup file:  Filename is too long.
  153. 2066  Backup file will not have a Workbench icon:  Filename is too long.
  154. 2067  Drawer & filename is too long. (255 character maximum)
  155. 2068  Drawer is too long. (255 character maximum)
  156. 2069  Filename & type may not contain the characters: /   \
  157. 2070  Command specified in Execute icon cannot be performed.
  158. 2071  Cannot find default tool for project in Execute icon.
  159. 2072  Illegal negative parameter: This function accepts positive values only.
  160. 2073  The second parameter must be greater in value than the first.
  161. 2074  Cannot open specified database
  162. 2075  Cannot delete record
  163. 2076  Database record must be selected before performing action
  164. 2080  Valid Timer units are 1..9 inclusive.
  165. 2081  Function does not accept input of zero (0).
  166. 2082  Parameter(s) outside of acceptable range.
  167. 2084  Cannot load file: it was created by a newer version of AmigaVision.
  168. 3001  Can't find Workbench 1.3 libraries
  169. 3002  No textfile specified.
  170. 3003  Cant open textfile.
  171. 3004  Bad chunk read
  172. 3005  Flowfile read error
  173. 4001  Unable to open file '%s'
  174. 4002  Not an IFF file '%s'
  175. 4003  Read Error
  176. 4004  Can't find instrument '%s'
  177. 4005  Bad Compress Type in '%s'
  178. 4006  Not enough memory
  179. 4007  Not a valid ANIM5 file '%s'
  180. 4010  Expression syntax error
  181. 4011  Can't open translator library
  182. 4012  Can't open narrator device
  183. 4013  An SMUS file is running
  184. 4014  Not a valid 8SVX file '%s'
  185. 4015  Too many sounds
  186. 4016  Can't open audio device
  187. 4017  Not a valid SMUS file '%s'
  188. 4018  Too many instruments
  189. 4019  Cache manager not running
  190. 4020  Unable to open desired screen
  191. 4021  Display object already in use
  192. 4022  Voice is active
  193. 4023  Serial device is busy
  194. 4024  Audio device is busy
  195. 4025  Timer device is busy
  196. 4026  SMUS file contains no instruments
  197. 4027  ILBM too deep
  198. 4028  Filename needed for 'File Defined' usage
  199. 4029  A Forms icon is already executing: second activation ignored.
  200. 4030  Current CD does not contain the track(s) specified.
  201. 4031  Invalid range specification for CD Audio play command.
  202. 4033  Not a valid ANIMBRUSH file '%s'
  203. 4035  Can't open camd.library.
  204. 4036  Can't open realtime.library.
  205.  
  206.